diff options
| author | real-zephex <[email protected]> | 2024-03-25 16:23:08 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-03-25 16:23:08 +0530 |
| commit | e8671e9efd1771bc070b11f7200a9f212ed7822f (patch) | |
| tree | eace505ff98083b2e236fd53e215925a6d6221ec /src/app/manga/[title]/[id]/[read]/read.module.css | |
| parent | fix: vercel fix (diff) | |
| download | dramalama-e8671e9efd1771bc070b11f7200a9f212ed7822f.tar.xz dramalama-e8671e9efd1771bc070b11f7200a9f212ed7822f.zip | |
feature update: added the functionality to download mangas
Diffstat (limited to 'src/app/manga/[title]/[id]/[read]/read.module.css')
| -rw-r--r-- | src/app/manga/[title]/[id]/[read]/read.module.css | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/app/manga/[title]/[id]/[read]/read.module.css b/src/app/manga/[title]/[id]/[read]/read.module.css index 3a8c99f..80d91ae 100644 --- a/src/app/manga/[title]/[id]/[read]/read.module.css +++ b/src/app/manga/[title]/[id]/[read]/read.module.css @@ -31,6 +31,25 @@ font-size: 20px; } +.DownloadMain { + text-align: center; +} + +.DownloadMain button { + border: none; + outline: none; + border-radius: 5px; + padding: 5px; + font-family: "Lato"; + font-size: 16px; + background-color: var(--light-green); + cursor: pointer; +} + +.DownloadMain button:hover { + background-color: var(--pastel-red); +} + @media screen and (max-width: 768px) { .ImageContainer img { width: 90%; |